home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON02 / ACT02A / common2.cst / 00106_playagain.ls < prev    next >
Encoding:
Text File  |  2003-09-23  |  440 b   |  18 lines

  1. on mouseDown me
  2.   global gClothingOn
  3.   if bounceButton(the clickOn) then
  4.     --    if count(gClothingList)>0 then
  5.     --    puppetsound 1,"2forget,prompt"
  6.     --    updatestage
  7.     --    else
  8.     set gRound=value(field "roundN")
  9.     set gRound=gRound+1
  10.     put gRound into field "roundN"
  11.     set goFrame="play"
  12.     if gRound=1 then set goFrame="another"
  13.     go to frame goFrame of movie the moviePath&"L02A1"
  14.     --    end if
  15.   end if
  16. end
  17.  
  18.